Problem Statement.

A model to predict whether a comment or sentence written on twitter or reddit is positive , negative or neutral .


THE START


ETL for the data..

Overview of data through some graphs

Remove stopwords

Plot the graphs for each sentiment


PLot Wordcloud


Data Preprocessing


Processing the labels and Text for machine learning

Spliting for Train and test

Feature extraction


Modelling.

MODEL HYPERPARAMETER TUNING


USING SELECTED MODEL


THE END....